From 3700b1715bfea0e62901ee914a15b3bcb3e479d9 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Thu, 17 Nov 2005 20:20:44 +0100 Subject: [PATCH] Initialise the request ID in xs_talkv, to silence valgrind. We're not actually using this value at the moment -- it's only there for use by future clients. Signed-off-by: Ewan Mellor --- linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c index 36bb3d7f85..cb4f33d35a 100644 --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c @@ -199,6 +199,7 @@ static void *xs_talkv(struct xenbus_transaction *t, int err; msg.tx_id = (u32)(unsigned long)t; + msg.req_id = 0; msg.type = type; msg.len = 0; for (i = 0; i < num_vecs; i++) -- 2.30.2